home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Bavarian / Bavarian #056 (19xx)(APS Electronic).zip / Bavarian #056 (19xx)(APS Electronic).adf / foo.inp < prev    next >
Text File  |  1987-08-16  |  634b  |  40 lines

  1. /* simple input file */
  2.  
  3. parameters:
  4.     scan from 0 to 40 rows 40 columns 40 mode 2 bpp 4
  5.     look from 0 0  100 at 0 0 0 with up of 0 1 0
  6.     set background to 0 .1 .8
  7.  
  8. lights:
  9.     directional color of  1  1  1 from  .1 .1 1
  10.  
  11. attributes:
  12.     attribute brick
  13.     use a texture of 5
  14.     fuzz = 0
  15.     mirror = 0
  16.     index is 0
  17.     transparency = 0 0 0
  18.     set ambient to 0 0 0
  19.     diffuse is .9 .6 .5
  20.  
  21. objects:
  22.     sphere brick
  23.     radius 1 64
  24. /*
  25.     ring brick
  26.     radius 0 0
  27.     radius 1 128
  28.     quad brick
  29.     scale 256 256 1
  30.     trans -128 -128 0
  31.     triangle brick
  32.     scale 256 256 1
  33.     trans -128 -128 0
  34.     superq brick
  35.     scale 64 64 128
  36.     rotx -89
  37.     trans 0 -64 0
  38.     eps   2 1
  39.  */
  40.